| A very simple example to get you started. Demonstrates the fundamentals of sending TCP and UDP packets. | |
| A more advanced app that covers UDP, TCP, and broadcasting. This single app acts as both the client and the server. | |
| A multi-threaded app that automatically detects and lists all other hosts running Winsock3. Uses TCP and UDP. | |
| A fully functional chat application. Uses TCP and UDP. |
| Complete Winsock Tutorial (Programs Only) | Complete set of Winsock Tutorial EXE's (7 total). No source files. |
| Complete Winsock Tutorial (Programs and Source Files) | Complete set of Winsock Tutorial EXE's, source files and project files. |
| TCP/IP for Windows 95 and Windows NT 4.0 | This will show you how to ensure that TCP/IP is properly configured
for your LAN card. You
must have TCP/IP set up properly for these WinSock tutorials to work correctly. |
| General Purpose Winsock Utility Functions | These functions are used by all the WinSock tutorials. They provide
a convenient way to handle
commonly used Winsock APIs. |
| Modeless Message Box | This is a simple derived class that implements a modeless message box.
It is a helpful tool to show
messages to the user when the application is executing a blocking call. This is used often by the WinSock Tutorials. |
| Links | Links to other sockets and network information pages. |